projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc75c66
)
Mention that kbd macro has existed since Emacs 20.1.
author
Kim F. Storm
<storm@cua.dk>
Fri, 14 Jul 2006 23:29:43 +0000
(23:29 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Fri, 14 Jul 2006 23:29:43 +0000
(23:29 +0000)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index eccfaa39e49e8fd8526f65166d6356b576736f15..59cb508f233885a90df0a5162380a30edabd01fc 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-4518,6
+4518,8
@@
example,
(kbd "C-x C-f") => "\^x\^f"
+Actually, this format has existed since Emacs 20.1.
+
*** Interactive commands can be remapped through keymaps.
This is an alternative to using `defadvice' or `substitute-key-definition'